Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / FloatingObjectCollection<T> Class / RemoveAt Method
The index.


In This Topic
    RemoveAt Method (FloatingObjectCollection<T>)
    In This Topic
    Removes the attribute.
    Syntax
    'Declaration
     
    Public Overrides Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    'Usage
     
    Dim instance As FloatingObjectCollection(Of T)
    Dim index As Integer
     
    instance.RemoveAt(index)
    public override void RemoveAt( 
       int index
    )

    Parameters

    index
    The index.
    See Also